Clear timerID in the result reporting task R=tyoshino@chromium.org Review URL: https://codereview.appspot.com/142960043 git-svn-id: https://pywebsocket.googlecode.com/svn/trunk/src@850 4ff78f4a-9131-11de-b045-6380ec9940d4 
diff --git a/example/benchmark.js b/example/benchmark.js index 48cf771..6cf7374 100644 --- a/example/benchmark.js +++ b/example/benchmark.js 
@@ -227,6 +227,7 @@    function addResultReportingTask(config, title) {  tasks.push(function(){ + timerID = null;  config.addToSummary(title);  reportAverageData(config);  clearAverageData(); 
diff --git a/example/xhr_benchmark.js b/example/xhr_benchmark.js index 0d9ffcd..a84d1cb 100644 --- a/example/xhr_benchmark.js +++ b/example/xhr_benchmark.js 
@@ -280,6 +280,7 @@    function addResultReportingTask(config, title) {  tasks.push(function(){ + timerID = null;  config.addToSummary(title);  reportAverageData(config);  clearAverageData();